projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0491b40
)
Update to GApplication api changes
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Jun 2010 12:28:01 +0000
(08:28 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 8 Jun 2010 12:29:01 +0000
(08:29 -0400)
gtk/gtkapplication.c
patch
|
blob
|
history
diff --git
a/gtk/gtkapplication.c
b/gtk/gtkapplication.c
index c8dbde904cf1a2216272b4d54eabd8f75d14d910..843705fc899a5ecd018a59068e940eaed1e0f539 100644
(file)
--- a/
gtk/gtkapplication.c
+++ b/
gtk/gtkapplication.c
@@
-84,7
+84,6
@@
static guint gtk_application_signals[LAST_SIGNAL] = { 0 };
struct _GtkApplicationPrivate
{
- char *appid;
GtkActionGroup *main_actions;
GtkWindow *default_window;
@@
-222,7
+221,7
@@
gtk_application_new (gint *argc,
else
argv_for_app = NULL;
- app = g_object_new (GTK_TYPE_APPLICATION, "appid", appid, NULL);
+ app = g_object_new (GTK_TYPE_APPLICATION, "app
lication-
id", appid, NULL);
platform_data = gtk_application_format_activation_data ();
g_application_register_with_data (G_APPLICATION (app), argc_for_app, argv_for_app,